Open GitHub CLI Accessible Experiences Public Preview #158037
Replies: 2 comments 3 replies
-
Really happy to see this happening! Some comments: Firstly: the Building a more accessible GitHub CLI blog post includes four audio samples of screen reader output with no transcripts or captions. Deafblind braille users will just encounter four random audio players without context as to why they've been included. Secondly: when I run
Note the indentation before both of these lines, and the Thirdly: I'm really glad that these improvements have been implemented as standard config options, rather than users needing to opt into an "accessible mode" or something like that. However, I note that two of the settings ( I think the option names could be updated to not mention accessibility, and be more informative. E.g. And finally: in a few places you refer to "Speech synthesis screen reader" (which is a kind of awkward, uncommon phrase), but the changes you're making improve things for braille users too. Thanks for all the work that's going into this! |
Beta Was this translation helpful? Give feedback.
-
I haven't thought about how this could be solved yet, but the accessible prompter doesn't allow you to filter choices by a substring. I frequently edit labels in pull requests by typing part of their name, and then space to check or uncheck the one that matches, or when running workflows, I'll type enough of the workflow name to limit the choices such that I don't have to do much (or any) scrolling with my screen reader to find the one I want to run. I could, of course, memorize the numbers, but then someone might add or remove a workflow or label, so I feel like I would have to review more of the screen to be sure I'm making the right selection. The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We’ve introduced new accessibility updates to the GitHub CLI, designed to make terminal workflows more inclusive for all developers. These improvements focus on:
These updates are available in public preview. To start using these features, run
gh a11y
.To learn more, check out the GitHub CLI release notes for version 2.72.0.
You can view all avenues for GitHub accessibility feedback on our webpage.
Beta Was this translation helpful? Give feedback.
All reactions